home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00339.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  120 b   |  10 lines

  1. on wait n
  2.   if n <= 0 then
  3.     exit
  4.   end if
  5.   startTimer()
  6.   repeat while the timer < n
  7.     nothing()
  8.   end repeat
  9. end
  10.